home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Next Step: Mars?
/
Next Step Mars (1994)(IVI).iso
/
goddard.dir
/
00106_Script_106
< prev
Wrap
Text File
|
1994-11-28
|
338b
|
14 lines
on exitFrame
global SCOPEGlow
set the cursor of sprite 3 to 0
set the cursor of sprite 4 to 0
set the cursor of sprite 20 to 0
updateStage
if SCOPEGlow = 0 then
go to frame "PASSWORD2" OF MOVIE "MODLE3A"
else
if SCOPEGlow = 1 then
go to frame "PASSWORD1" OF MOVIE "MODLE3A"
end if
end if
end